home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / utility / sccan.zip / UNIT3.DFM / UNIT3.txt < prev   
Text File  |  1996-07-09  |  3KB  |  131 lines

  1. object AboutBox: TAboutBox
  2.   Left = 374
  3.   Top = 243
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 188
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 137
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 16
  26.       Top = 16
  27.       Width = 41
  28.       Height = 41
  29.       Picture.Data = {<image000.ico>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 64
  35.       Top = 16
  36.       Width = 207
  37.       Height = 16
  38.       Caption = 'SCAN - Table Scanning Utility'
  39.       Font.Color = clBlack
  40.       Font.Height = -13
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.       IsControl = True
  45.     end
  46.     object Version: TLabel
  47.       Left = 64
  48.       Top = 32
  49.       Width = 100
  50.       Height = 16
  51.       Caption = 'Version 1.1  1996'
  52.       Font.Color = clBlack
  53.       Font.Height = -13
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = []
  56.       ParentFont = False
  57.       IsControl = True
  58.     end
  59.     object Developed: TLabel
  60.       Left = 64
  61.       Top = 56
  62.       Width = 157
  63.       Height = 16
  64.       Caption = 'Developed by Martin Kelly'
  65.       Font.Color = clBlack
  66.       Font.Height = -13
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = []
  69.       ParentFont = False
  70.       IsControl = True
  71.     end
  72.     object Compuserve: TLabel
  73.       Left = 64
  74.       Top = 112
  75.       Width = 153
  76.       Height = 16
  77.       Caption = 'Compuserve 100437,2243'
  78.       Font.Color = clBlack
  79.       Font.Height = -13
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = []
  82.       ParentFont = False
  83.       WordWrap = True
  84.       IsControl = True
  85.     end
  86.     object Company: TLabel
  87.       Left = 64
  88.       Top = 72
  89.       Width = 130
  90.       Height = 13
  91.       Caption = '∩┐╜ PDQ Technology Limited'
  92.       Font.Color = clBlack
  93.       Font.Height = -11
  94.       Font.Name = 'MS Sans Serif'
  95.       Font.Style = []
  96.       ParentFont = False
  97.       IsControl = True
  98.     end
  99.     object Label1: TLabel
  100.       Left = 64
  101.       Top = 87
  102.       Width = 93
  103.       Height = 13
  104.       Caption = 'All Rights Reserved'
  105.       Font.Color = clBlack
  106.       Font.Height = -11
  107.       Font.Name = 'MS Sans Serif'
  108.       Font.Style = []
  109.       ParentFont = False
  110.       IsControl = True
  111.     end
  112.   end
  113.   object OKButton: TBitBtn
  114.     Left = 110
  115.     Top = 154
  116.     Width = 77
  117.     Height = 27
  118.     Font.Color = clBlack
  119.     Font.Height = -11
  120.     Font.Name = 'MS Sans Serif'
  121.     Font.Style = [fsBold]
  122.     ParentFont = False
  123.     TabOrder = 1
  124.     Kind = bkOK
  125.     Margin = 2
  126.     Style = bsNew
  127.     Spacing = -1
  128.     IsControl = True
  129.   end
  130. end
  131.